-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate advanced streaming functions #3408
Conversation
|
Converting back to draft status to fix lz4-threadpool-libs test |
Ready for review. I decided to I originally tried this:
The problem is that |
|
@Cyan4973 Good point, moved it to |
Rebased. There seems to be an unrelated CI issue with the mingw tests, will hold off landing this until I figure that out. |
The last PR to be merged was #3410. Could it be related ? |
These functions were scheduled to be deprecated in v1.5.x. Fixes #3405
@Cyan4973: should we deprecate
ZSTD_initDStream
as well?